home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / addmem.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  45 lines

  1. Short:    V1.0, adds non config memory boards
  2. Author:   chris@sixpack.pfalz.org (Chris Hodges)
  3. Uploader: chris@surprise.rhein-ruhr.de (Chris Hodges)
  4. Type:     util/cli
  5.  
  6. Introduction
  7. ~~~~~~~~~~~~
  8. This program will add non-autoconfig memory to your system. If you
  9. don't know about your memory board addresses, AddMem will certainly
  10. crash your system.
  11.  
  12. Requirements
  13. ~~~~~~~~~~~~
  14. AddMem needs Kick 2.04 or higher.
  15.  
  16. Usage
  17. ~~~~~
  18. AddMem START startadr TO endadr [PRI value] [NAME string]
  19.  
  20. startadr and endadr have to be valid memory addresses and must be
  21. given as hex numbers.
  22.  
  23. The optional PRI parameter allows you to set the priority of the
  24. to be mounted ram, if it is ommitted, the value 10 is used.
  25.  
  26. If the NAME string is not given, 'fastmem' will be taken as default.
  27.  
  28. Note to 68040-users: AddMem *MUST* be placed *BEFORE* SetPatch
  29. because the 68040 support library locks all non-allocated addresses.
  30.  
  31. History
  32. ~~~~~~~
  33. V1.0 (12-Jun-95): First release.
  34.  
  35. Contact address
  36. ~~~~~~~~~~~~~~~
  37. Any mails or donations to:
  38.  
  39. Chris Hodges                    Account: 359 68 63
  40. Kennedystr. 8                   BLZ    : 700 530 70
  41. D-82178 Puchheim                Bank   : Sparkasse Fürstenfeldbruck
  42. Germany
  43. Tel.: 089/8005856
  44. Email: chris@sixpack.pfalz.org 
  45.